home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 87 / CDMM87_2.ISO / Incoming Forces / data1.cab / Forces_Files / asc / levelsdemo.txt < prev   
Encoding:
Text File  |  2001-11-28  |  9.1 KB  |  430 lines

  1. /*
  2.  
  3. level 0: intro
  4. level 601: front end
  5. levels 100 - 117: 2 training missions + 16 single player missions
  6. levels 700 - 703: multiplayer scripts
  7. levels 710- 713: multiplayer front end scripts
  8. levels 800-817: debriefing flyby scripts for missions 0-17
  9. levels 900-917: briefing flbyby scripts for missions 0-17
  10.  
  11. */
  12.  
  13. num_of_levels 5
  14.  
  15. level 0    // intro 
  16.     barlen 175
  17.     ODL asc\frontend\frontend.odl
  18.     WDL asc\frontend\frontend.wdl
  19.     MDL asc\frontend\frontend.mdl
  20.     load_pic loading
  21.     scenario_text generic.txt
  22.  
  23.  
  24. level 1    // benchmark
  25.     barlen 175
  26.     ODL asc\fantasy\fantasy.odl
  27.     WDL asc\fantasy\fantasy.wdl
  28.     MDL asc\fantasy\all_fantasy_scenes.mdl
  29.     load_pic loading
  30.     scenario_text generic.txt
  31.  
  32.  
  33. level 601 // frontend
  34.     barlen 175
  35.     ODL asc\frontend\frontend.odl
  36.     WDL asc\frontend\frontend.wdl
  37.     MDL asc\frontend\frontend.mdl
  38.     load_pic loading
  39.     scenario_text generic.txt
  40.                                     
  41. level 9999 // editor
  42.     barlen 175
  43.     ODL asc\core\core.odl
  44.     WDL asc\core\core.wdl
  45.     MDL asc\core\basic_training.mdl
  46.     load_pic loading
  47.     scenario_text generic.txt
  48.  
  49. ///////////////////////////////
  50. ///////////////////////////////
  51. ///////////////////////////////
  52. //
  53. // Single Player levels
  54. //
  55. ///////////////////////////////
  56. ///////////////////////////////
  57. ///////////////////////////////       ]
  58.  
  59. level 101 // basic training 
  60.     barlen 175
  61.     ODL asc\core\core.odl
  62.     WDL asc\core\core.wdl
  63.     MDL asc\core\basic_training.mdl
  64.     load_pic loading
  65.     scenario_text generic.txt
  66.  
  67. level 102 // advanced training 
  68.     barlen 175
  69.     ODL asc\core\core.odl
  70.     WDL asc\core\core.wdl
  71.     MDL asc\core\advanced_training.mdl
  72.     load_pic loading
  73.     scenario_text generic.txt
  74.  
  75. ///////////////////////////////
  76. // Actual missions....
  77. ///////////////////////////////
  78.  
  79. level 103 // mission 1
  80.     barlen 175
  81.     ODL asc\core\core.odl
  82.     WDL asc\core\core.wdl
  83.     MDL asc\core\playable_demo.mdl
  84.  
  85. //    ODL asc\life\life.odl
  86. //    WDL asc\life\life.wdl
  87. //    MDL asc\life\mission_01.mdl
  88.     load_pic loading
  89.     scenario_text generic.txt
  90.  
  91. ///////////////////////////////
  92. ///////////////////////////////
  93. ///////////////////////////////
  94. //
  95. // multiplayer game levels
  96. //
  97. // 700-703 deathmatch air
  98. // 710-713 deathmatch ground
  99. // 720-723 team air
  100. // 730-733 team ground
  101. //
  102. ///////////////////////////////
  103. ///////////////////////////////
  104. ///////////////////////////////
  105.  
  106.  
  107. // deathmatch air scripts
  108.  
  109. level 700 
  110.     barlen 175
  111.     ODL asc\core\core.odl
  112.     WDL asc\core\core.wdl
  113.     MDL asc\multi\deathmatch_air_core.mdl
  114.     load_pic loading
  115.     scenario_text generic.txt
  116.  
  117. level 701 
  118.     barlen 175
  119.     ODL asc\fantasy\fantasy.odl
  120.     WDL asc\fantasy\fantasy.wdl
  121.     MDL asc\multi\deathmatch_air_fantasy.mdl
  122.    load_pic loading
  123.     scenario_text generic.txt
  124.  
  125. level 702
  126.     barlen 175
  127.     ODL asc\fortress\fortress.odl
  128.     WDL asc\fortress\fortress.wdl
  129.     MDL asc\multi\deathmatch_air_fortress.mdl
  130.     load_pic loading
  131.     scenario_text generic.txt
  132.  
  133. level 703 
  134.     barlen 175
  135.     ODL asc\life\life.odl
  136.     WDL asc\life\life.wdl
  137.     MDL asc\multi\deathmatch_air_life.mdl
  138.     load_pic loading
  139.     scenario_text generic.txt
  140.  
  141. // deathmatch ground scripts
  142.  
  143. level 710 
  144.     barlen 175
  145.     ODL asc\core\core.odl
  146.     WDL asc\core\core.wdl
  147.     MDL asc\multi\deathmatch_ground_core.mdl
  148.     load_pic loading
  149.     scenario_text generic.txt
  150.  
  151. level 711 
  152.     barlen 175
  153.     ODL asc\fantasy\fantasy.odl
  154.     WDL asc\fantasy\fantasy.wdl
  155.     MDL asc\multi\deathmatch_ground_fantasy.mdl
  156.    load_pic loading
  157.     scenario_text generic.txt
  158.  
  159. level 712
  160.     barlen 175
  161.     ODL asc\fortress\fortress.odl
  162.     WDL asc\fortress\fortress.wdl
  163.     MDL asc\multi\deathmatch_ground_fortress.mdl
  164.     load_pic loading
  165.     scenario_text generic.txt
  166.  
  167. level 713 
  168.     barlen 175
  169.     ODL asc\life\life.odl
  170.     WDL asc\life\life.wdl
  171.     MDL asc\multi\deathmatch_ground_life.mdl
  172.     load_pic loading
  173.     scenario_text generic.txt
  174.  
  175. // team air scripts
  176.  
  177. level 720 
  178.     barlen 175
  179.     ODL asc\core\core.odl
  180.     WDL asc\core\core.wdl
  181.     MDL asc\multi\team_air_core.mdl
  182.     load_pic loading
  183.     scenario_text generic.txt
  184.  
  185. level 721 
  186.     barlen 175
  187.     ODL asc\fantasy\fantasy.odl
  188.     WDL asc\fantasy\fantasy.wdl
  189.     MDL asc\multi\team_air_fantasy.mdl
  190.    load_pic loading
  191.     scenario_text generic.txt
  192.  
  193. level 722
  194.     barlen 175
  195.     ODL asc\fortress\fortress.odl
  196.     WDL asc\fortress\fortress.wdl
  197.     MDL asc\multi\team_air_fortress.mdl
  198.     load_pic loading
  199.     scenario_text generic.txt
  200.  
  201. level 723 
  202.     barlen 175
  203.     ODL asc\life\life.odl
  204.     WDL asc\life\life.wdl
  205.     MDL asc\multi\team_air_life.mdl
  206.     load_pic loading
  207.     scenario_text generic.txt
  208.  
  209. // team ground scripts
  210.  
  211. level 730 
  212.     barlen 175
  213.     ODL asc\core\core.odl
  214.     WDL asc\core\core.wdl
  215.     MDL asc\multi\team_ground_core.mdl
  216.     load_pic loading
  217.     scenario_text generic.txt
  218.  
  219. level 731 
  220.     barlen 175
  221.     ODL asc\fantasy\fantasy.odl
  222.     WDL asc\fantasy\fantasy.wdl
  223.     MDL asc\multi\team_ground_fantasy.mdl
  224.    load_pic loading
  225.     scenario_text generic.txt
  226.  
  227. level 732
  228.     barlen 175
  229.     ODL asc\fortress\fortress.odl
  230.     WDL asc\fortress\fortress.wdl
  231.     MDL asc\multi\team_ground_fortress.mdl
  232.     load_pic loading
  233.     scenario_text generic.txt
  234.  
  235. level 733 
  236.     barlen 175
  237.     ODL asc\life\life.odl
  238.     WDL asc\life\life.wdl
  239.     MDL asc\multi\team_ground_life.mdl
  240.     load_pic loading
  241.     scenario_text generic.txt
  242.  
  243. /////////////////////////////////
  244. /////////////////////////////////
  245. /////////////////////////////////
  246. //
  247. //    debriefing screen - flyby scripts 
  248. //
  249. /////////////////////////////////
  250. /////////////////////////////////
  251. /////////////////////////////////
  252.  
  253. level 801 //training 1
  254.     barlen 175
  255.     ODL asc\core\core.odl
  256.     WDL asc\core\core.wdl
  257.     MDL asc\core\m6_debrief_flyby.mdl
  258.     load_pic loading
  259.     scenario_text generic.txt
  260.  
  261. level 802 //training 2
  262.     barlen 175
  263.     ODL asc\core\core.odl
  264.     WDL asc\core\core.wdl
  265.     MDL asc\core\advanced_debrief_flyby.mdl
  266.     load_pic loading
  267.     scenario_text generic.txt
  268.  
  269. level 803 //life 1
  270.     barlen 175
  271.     ODL asc\core\core.odl
  272.     WDL asc\core\core.wdl
  273.     MDL asc\core\m6_debrief_flyby.mdl
  274.     load_pic loading
  275.     scenario_text generic.txt
  276. /////////////////////////////////
  277. /////////////////////////////////
  278. /////////////////////////////////
  279. //
  280. // briefing screen - flyby scripts
  281. //
  282. /////////////////////////////////
  283. /////////////////////////////////
  284. /////////////////////////////////
  285.  
  286. level 901 // training 1
  287.     barlen 175
  288.     ODL asc\core\core.odl
  289.     WDL asc\core\core.wdl
  290.     MDL asc\core\basic_training_flyby.mdl
  291.     load_pic loading
  292.     scenario_text generic.txt
  293.  
  294. level 902 // training 2
  295.     barlen 175
  296.     ODL asc\core\core.odl
  297.     WDL asc\core\core.wdl
  298.     MDL asc\core\advanced_training_flyby.mdl
  299.     load_pic loading
  300.     scenario_text generic.txt
  301.  
  302. level 903 //life 1
  303.     barlen 175
  304.     ODL asc\core\core.odl
  305.     WDL asc\core\core.wdl
  306.     MDL asc\core\m6_brief_flyby.mdl
  307.     load_pic loading
  308.     scenario_text generic.txt
  309.  
  310. level 904 //life 2
  311.     barlen 175
  312.     ODL asc\life\life.odl
  313.     WDL asc\life\life.wdl
  314.     MDL asc\life\m2_brief_flyby.mdl
  315.     load_pic loading
  316.     scenario_text generic.txt
  317.  
  318. level 905 //life 3
  319.     barlen 175
  320.     ODL asc\life\life.odl
  321.     WDL asc\life\life.wdl
  322.     MDL asc\life\m3_brief_flyby.mdl
  323.     load_pic loading
  324.     scenario_text generic.txt
  325.  
  326. level 906 //life 4
  327.     barlen 175
  328.     ODL asc\life\life.odl
  329.     WDL asc\life\life.wdl
  330.     MDL asc\life\m4_brief_flyby.mdl
  331.     load_pic loading
  332.     scenario_text generic.txt
  333.  
  334. level 907 //core 1
  335.     barlen 175
  336.     ODL asc\core\core.odl
  337.     WDL asc\core\core.wdl
  338.     MDL asc\core\m5_brief_flyby.mdl
  339.     load_pic loading
  340.     scenario_text generic.txt
  341.  
  342. level 908 //core 2
  343.     barlen 175
  344.     ODL asc\core\core.odl
  345.     WDL asc\core\core.wdl
  346.     MDL asc\core\m6_brief_flyby.mdl
  347.     load_pic loading
  348.     scenario_text generic.txt
  349.  
  350. level 909 //core 3
  351.     barlen 175
  352.     ODL asc\core\core.odl
  353.     WDL asc\core\core.wdl
  354.     MDL asc\core\m7_brief_flyby.mdl
  355.     load_pic loading
  356.     scenario_text generic.txt
  357.  
  358. level 910 //core 4
  359.     barlen 175
  360.     ODL asc\core\core.odl
  361.     WDL asc\core\core.wdl
  362.     MDL asc\core\m8_brief_flyby.mdl
  363.     load_pic loading
  364.     scenario_text generic.txt
  365.  
  366. level 911 //fantasy 1
  367.     barlen 175
  368.     ODL asc\fantasy\fantasy.odl
  369.     WDL asc\fantasy\fantasy.wdl
  370.     MDL asc\fantasy\m9_brief_flyby.mdl
  371.     load_pic loading
  372.     scenario_text generic.txt
  373.  
  374. level 912 //fantasy 2
  375.     barlen 175
  376.     ODL asc\fantasy\fantasy.odl
  377.     WDL asc\fantasy\fantasy.wdl
  378.     MDL asc\fantasy\m10_brief_flyby.mdl
  379.     load_pic loading
  380.     scenario_text generic.txt
  381.  
  382. level 913 //fantasy 3
  383.     barlen 175
  384.     ODL asc\fantasy\fantasy.odl
  385.     WDL asc\fantasy\fantasy.wdl
  386.     MDL asc\fantasy\m11_brief_flyby.mdl
  387.     load_pic loading
  388.     scenario_text generic.txt
  389.  
  390. level 914 //fantasy 4
  391.     barlen 175
  392.     ODL asc\fantasy\fantasy.odl
  393.     WDL asc\fantasy\fantasy.wdl
  394.     MDL asc\fantasy\m12_brief_flyby.mdl
  395.     load_pic loading
  396.     scenario_text generic.txt
  397.  
  398. level 915 //fortress 1
  399.     barlen 175
  400.     ODL asc\fortress\fortress.odl
  401.     WDL asc\fortress\fortress.wdl
  402.     MDL asc\fortress\m13_brief_flyby.mdl
  403.     load_pic loading
  404.     scenario_text generic.txt
  405.  
  406. level 916 //fortress 2
  407.     barlen 175
  408.     ODL asc\fortress\fortress.odl
  409.     WDL asc\fortress\fortress.wdl
  410.     MDL asc\fortress\m14_brief_flyby.mdl
  411.     load_pic loading
  412.     scenario_text generic.txt
  413.  
  414. level 917 //fortress 3
  415.     barlen 175
  416.     ODL asc\fortress\fortress.odl
  417.     WDL asc\fortress\fortress.wdl
  418.     MDL asc\fortress\m15_brief_flyby.mdl
  419.     load_pic loading
  420.     scenario_text generic.txt
  421.  
  422. level 918 //fortress 4
  423.     barlen 175
  424.     ODL asc\fortress\fortress.odl
  425.     WDL asc\fortress\fortress.wdl
  426.     MDL asc\fortress\m16_brief_flyby.mdl
  427.     load_pic loading
  428.     scenario_text generic.txt
  429.  
  430.